...

Text file src/k8s.io/cli-runtime/artifacts/oddly-named-file[x].yaml

Documentation: k8s.io/cli-runtime/artifacts

     1apiVersion: v1
     2kind: Pod
     3metadata:
     4  name: busybox
     5  labels:
     6    name: busybox
     7spec:
     8  containers:
     9    - name: busybox
    10      image: busybox
    11      ports:
    12        - containerPort: 80

View as plain text